home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / auto / RPC / XML / Server / copy_procs.al < prev    next >
Encoding:
Text File  |  2008-11-04  |  1.1 KB  |  28 lines

  1. # NOTE: Derived from blib/lib/RPC/XML/Server.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package RPC::XML::Server;
  5.  
  6. #line 2084 "blib/lib/RPC/XML/Server.pm (autosplit into blib/lib/auto/RPC/XML/Server/copy_procs.al)"
  7. # Same as above, but for name-symmetry
  8. sub copy_procs { shift->copy_methods(@_) }
  9.  
  10. ###############################################################################
  11. #
  12. #   Sub Name:       timeout
  13. #
  14. #   Description:    This sets the timeout for processing connections after
  15. #                   a new connection has been accepted.  It returns the old
  16. #                   timeout value.  If you pass in no value, it returns
  17. #                   the current timeout.
  18. #
  19. #   Arguments:      NAME      IN/OUT  TYPE      DESCRIPTION
  20. #                   $self     in      ref       Object reference/static class
  21. #                   $timeout  in      ref       New timeout value
  22. #
  23. #   Returns:        $self->{__timeout}
  24. #
  25. ###############################################################################
  26. # end of RPC::XML::Server::copy_procs
  27. 1;
  28.